home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / airhockey / airhockey.exe / scripts / DefineButton2_75 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-11-25  |  214b  |  6 lines

  1. on(release){
  2.    _root.hlas = Math.floor(ovl._xmouse * 0.173841059602649) / 20;
  3.    lev._x = ovl._x + _root.hlas * 20 / 0.173841059602649 + 5.8;
  4.    pra._x = ovl._x + _root.hlas * 20 / 0.173841059602649 + 5.8;
  5. }
  6.